home *** CD-ROM | disk | FTP | other *** search
- -- the following script is in the button.
- -- the gNetFlag global boolean can be used bu other
- -- scripts to see if a network operation is in progress.
-
- on mouseUp
- global gNetFlag
- set the itemDelimiter = ","
- if the number of items in field "argument" >= 2 then
- GoToNetPage item 1 of field "argument", ¬
- item 2 of field "argument"
- else GoToNetPage the text of field "argument"
- set gNetFlag = 1
- end